home *** CD-ROM | disk | FTP | other *** search
- # sulogin - rescue mode
- #
- # This task ensures that should the system fail to have any active jobs
- # that the system administrator can rescue it; by giving them a shell.
-
- # Disabled since this would get started when init is re-exec'd, and
- # "console owner" kills X.
- # start on stalled
-
- exec /sbin/sulogin
- console owner
-
- pre-start script
- echo
- echo "The system has reached a state where there are no jobs running."
- echo "A shell will be spawned so that you may start such jobs that are"
- echo "necessary."
- echo
- echo "Type 'exit' when finished."
- end script
-